home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13083 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  640 b 

  1. Path: pacifica.access.ch!usenet
  2. From: Jean Michel den Hartog <mvslasertechnik@access.ch>
  3. Newsgroups: comp.lang.c++
  4. Subject: Mixing C, and C++ modules
  5. Date: Sat, 23 Mar 1996 14:09:27 +0100
  6. Organization: MVS Lasertechnik
  7. Message-ID: <3153F807.1FBB@access.ch>
  8. NNTP-Posting-Host: gatezh5-12.access.ch
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0GoldB1 (WinNT; I)
  13.  
  14. Can anyone tell me what I must do to call C functions located in C++ modules on 
  15. a project with both C, and C++ modules ??
  16. With < extern "C" { } > I can call C code from C++, but not Vice versa...
  17.  
  18. Jean Michel
  19.